22. Text: Recap + Next Steps
Recap
In this lesson, you learned about simple linear regression. The topics in this lesson included:
Simple linear regression is about building a line that models the relationship between two quantitative variables.
Correlation coefficients are a measure that can inform you about the strength and direction of a linear relationship.
The most common way to visualize simple linear regression is using a scatterplot.
A line is defined by an intercept and slope, which you found using the statsmodels library in Python.
You learned the interpretations for the slope, intercept, and R-squared values.
Up Next
In the next lesson, you will extend your knowledge from simple linear regression to multiple linear regression.